Make xasprintf work sensibly in light of both (sigh) C99 and SUSv1 definitions
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 5 Oct 2006 04:07:34 +0000 (04:07 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 5 Oct 2006 04:07:34 +0000 (04:07 +0000)
commit03c2f21093248e9a334220552f1bc070a997f723
treea5c907f37f6e66598a6980d6350fdbb93efa04a8
parent37ffa74992a4d141fec3b22cc2f06e51cc40da96
Make xasprintf work sensibly in light of both (sigh) C99 and SUSv1 definitions
of snprintf.  Probably needs more abstraction work, but this is more correct
in more cases.
gpsbabel/util.c